﻿2026-05-14T10:08:26.6391505Z ##[group]Run actions/checkout@v4
2026-05-14T10:08:26.6392896Z with:
2026-05-14T10:08:26.6393713Z   repository: SaberMage/rebno
2026-05-14T10:08:26.6395000Z   token: ***
2026-05-14T10:08:26.6396146Z   ssh-strict: true
2026-05-14T10:08:26.6396992Z   ssh-user: git
2026-05-14T10:08:26.6397846Z   persist-credentials: true
2026-05-14T10:08:26.6398802Z   clean: true
2026-05-14T10:08:26.6399648Z   sparse-checkout-cone-mode: true
2026-05-14T10:08:26.6400678Z   fetch-depth: 1
2026-05-14T10:08:26.6401491Z   fetch-tags: false
2026-05-14T10:08:26.6402336Z   show-progress: true
2026-05-14T10:08:26.6403197Z   lfs: false
2026-05-14T10:08:26.6403985Z   submodules: false
2026-05-14T10:08:26.6404839Z   set-safe-directory: true
2026-05-14T10:08:26.6406387Z ##[endgroup]
2026-05-14T10:08:26.7608229Z Syncing repository: SaberMage/rebno
2026-05-14T10:08:26.7622354Z ##[group]Getting Git version info
2026-05-14T10:08:26.7625304Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-14T10:08:26.7630140Z [command]/usr/bin/git version
2026-05-14T10:08:26.7697154Z git version 2.54.0
2026-05-14T10:08:26.7710495Z ##[endgroup]
2026-05-14T10:08:26.7726605Z Temporarily overriding HOME='/home/runner/work/_temp/1494ec06-f463-4e1c-9b3d-263f6b104579' before making global git config changes
2026-05-14T10:08:26.7732372Z Adding repository directory to the temporary git global config as a safe directory
2026-05-14T10:08:26.7737533Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-14T10:08:26.7785828Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-14T10:08:26.7791552Z ##[group]Initializing the repository
2026-05-14T10:08:26.7796597Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-14T10:08:26.7884606Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-14T10:08:26.7888626Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-14T10:08:26.7893916Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-14T10:08:26.7897153Z hint: call:
2026-05-14T10:08:26.7900210Z hint:
2026-05-14T10:08:26.7904575Z hint: 	git config --global init.defaultBranch <name>
2026-05-14T10:08:26.7907261Z hint:
2026-05-14T10:08:26.7909787Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-14T10:08:26.7913989Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-14T10:08:26.7917449Z hint:
2026-05-14T10:08:26.7919150Z hint: 	git branch -m <name>
2026-05-14T10:08:26.7920937Z hint:
2026-05-14T10:08:26.7923399Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-14T10:08:26.7927515Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-14T10:08:26.7934902Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-14T10:08:26.7968808Z ##[endgroup]
2026-05-14T10:08:26.7971783Z ##[group]Disabling automatic garbage collection
2026-05-14T10:08:26.7974359Z [command]/usr/bin/git config --local gc.auto 0
2026-05-14T10:08:26.8010621Z ##[endgroup]
2026-05-14T10:08:26.8013584Z ##[group]Setting up auth
2026-05-14T10:08:26.8018582Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-14T10:08:26.8054675Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-14T10:08:26.8387411Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-14T10:08:26.8422408Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-14T10:08:26.8652701Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-14T10:08:26.8687273Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-14T10:08:26.8922055Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-14T10:08:26.8958113Z ##[endgroup]
2026-05-14T10:08:26.8961293Z ##[group]Fetching the repository
2026-05-14T10:08:26.8970410Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +16cc2f95fe16fef323ca3bca8af7324a84207e1c:refs/remotes/origin/main
2026-05-14T10:08:28.0534819Z From https://github.com/SaberMage/rebno
2026-05-14T10:08:28.0536440Z  * [new ref]         16cc2f95fe16fef323ca3bca8af7324a84207e1c -> origin/main
2026-05-14T10:08:28.0570790Z ##[endgroup]
2026-05-14T10:08:28.0571895Z ##[group]Determining the checkout info
2026-05-14T10:08:28.0573287Z ##[endgroup]
2026-05-14T10:08:28.0579220Z [command]/usr/bin/git sparse-checkout disable
2026-05-14T10:08:28.0622368Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-14T10:08:28.0650033Z ##[group]Checking out the ref
2026-05-14T10:08:28.0654262Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-14T10:08:29.0801123Z Updating files:  72% (7483/10332)
2026-05-14T10:08:29.0855737Z Updating files:  73% (7543/10332)
2026-05-14T10:08:29.0914075Z Updating files:  74% (7646/10332)
2026-05-14T10:08:29.0968403Z Updating files:  75% (7749/10332)
2026-05-14T10:08:29.1020586Z Updating files:  76% (7853/10332)
2026-05-14T10:08:29.1102005Z Updating files:  77% (7956/10332)
2026-05-14T10:08:29.1164453Z Updating files:  78% (8059/10332)
2026-05-14T10:08:29.1212633Z Updating files:  79% (8163/10332)
2026-05-14T10:08:29.1255731Z Updating files:  80% (8266/10332)
2026-05-14T10:08:29.1304277Z Updating files:  81% (8369/10332)
2026-05-14T10:08:29.1458039Z Updating files:  82% (8473/10332)
2026-05-14T10:08:29.1507322Z Updating files:  83% (8576/10332)
2026-05-14T10:08:29.1554036Z Updating files:  84% (8679/10332)
2026-05-14T10:08:29.1606357Z Updating files:  85% (8783/10332)
2026-05-14T10:08:29.1714060Z Updating files:  86% (8886/10332)
2026-05-14T10:08:29.1753818Z Updating files:  87% (8989/10332)
2026-05-14T10:08:29.1794868Z Updating files:  88% (9093/10332)
2026-05-14T10:08:29.1829079Z Updating files:  89% (9196/10332)
2026-05-14T10:08:29.1866606Z Updating files:  90% (9299/10332)
2026-05-14T10:08:29.1904575Z Updating files:  91% (9403/10332)
2026-05-14T10:08:29.1958045Z Updating files:  92% (9506/10332)
2026-05-14T10:08:29.2000811Z Updating files:  93% (9609/10332)
2026-05-14T10:08:29.2037224Z Updating files:  94% (9713/10332)
2026-05-14T10:08:29.2079229Z Updating files:  95% (9816/10332)
2026-05-14T10:08:29.2120536Z Updating files:  96% (9919/10332)
2026-05-14T10:08:29.2186393Z Updating files:  97% (10023/10332)
2026-05-14T10:08:29.2265145Z Updating files:  98% (10126/10332)
2026-05-14T10:08:29.2366122Z Updating files:  99% (10229/10332)
2026-05-14T10:08:29.2396134Z Updating files: 100% (10332/10332)
2026-05-14T10:08:29.2416046Z Updating files: 100% (10332/10332), done.
2026-05-14T10:08:29.2596208Z Switched to a new branch 'main'
2026-05-14T10:08:29.2603320Z branch 'main' set up to track 'origin/main'.
2026-05-14T10:08:29.3413007Z ##[endgroup]
2026-05-14T10:08:29.3455393Z [command]/usr/bin/git log -1 --format=%H
2026-05-14T10:08:29.3479889Z 16cc2f95fe16fef323ca3bca8af7324a84207e1c
